软间阁

Soft Margin

Surflyan 'blog

Greetings from Surflyan


                    # -- coding: utf-8 --
                    print "hello, stranger!"
                    

                    #include
                    using namespace std;
                    int main(int argc, char*argv[]) {
                        printf("hello, stranger!");
                    }
                    

                    public class Main {
                        public static void main(String[] args) throws Exception {
                            System.out.println("hello, stranger!");
                        }
                    }
                    

The purpose of computing is insight, not numbers.

—Richard Hamming