Skip to content

Instantly share code, notes, and snippets.

View hjr265's full-sized avatar
🕖
Seven o'clock

Mahmud Ridwan hjr265

🕖
Seven o'clock
View GitHub Profile
Imports System
Public Class Main
Public Shared Sub Main()
System.Console.WriteLine("Hello, world!")
End Sub
End Class
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}
echo 'Hello, world!'
print "Hello, world!\n";
print('Hello, world!')
<?php
echo "Hello, world!\n";
class Hello {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}
using System;
class Hello {
static void Main() {
Console.WriteLine("Hello, world!");
}
}
@hjr265
hjr265 / hello.cpp
Created March 13, 2016 14:35
Arturia C++ Hello
#include <iostream>
#include <string>
using namespace std;
int main() {
string s;
cin >> s;
cout << "Hello, "+s+"!" << endl;
return 0;

Keybase proof

I hereby claim:

  • I am hjr265 on github.
  • I am hjr265 (https://keybase.io/hjr265) on keybase.
  • I have a public key whose fingerprint is 10B8 BA34 C2EC 2103 F9C4 0F8C 43F6 40AF 21F5 3B53

To claim this, I am signing this object: