Git Product home page Git Product logo

fnky's Introduction

fnky's People

Contributors

fnky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fnky's Issues

Hello World!

Nice to Meet You!


print("Hello, World!")


console.log("Hello, World!");

public class Main {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}


#include <stdio.h>

int main() {
    printf("Hello, World!\n");
    return 0;
}


#include <iostream>


int main() {
    std::cout << "Hello, World!" << std::endl;
    return 0;
}


using System;

class Program {
    static void Main() {
        Console.WriteLine("Hello, World!");
    }
}


puts "Hello, World!"

<?php
echo "Hello, World!";
?>


print("Hello, World!")


package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}


fun main() {
    println("Hello, World!")
}

fn main() {
    println!("Hello, World!");
}


console.log("Hello, World!");


echo "Hello, World!"


#import <Foundation/Foundation.h>

int main(int argc, const char * argv[]) {
    @autoreleasepool {
        NSLog(@"Hello, World!");
    }
    return 0;
}


object HelloWorld {
    def main(args: Array[String]): Unit = {
        println("Hello, World!")
    }
}


print "Hello, World!\n";


main = putStrLn "Hello, World!"

Real

Cool page indeed

signed

nice wrok from a gret webmaster

Hello, just signing my name!

I really appreciated your documentation of ANSI escape sequences. I used it recently for a small project, so thanks for that. Anyways, I wish you well on your future endeavours.

cheers

I found you via stripe id prefix gist. i really like your GH profile, and also your .io homepage.

Cool

cool ๐Ÿ‘๐Ÿป

Hi

I just felt like saying hi :)

OG vibes

Heyo, your profile gives me 2000s and Windows Vista / XP vibes. ๐Ÿ˜†

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.