Skip to content

Instantly share code, notes, and snippets.

@letuananh
Created August 11, 2017 05:30
Show Gist options
  • Save letuananh/1e83be48607c810d51a880166267cf53 to your computer and use it in GitHub Desktop.
Save letuananh/1e83be48607c810d51a880166267cf53 to your computer and use it in GitHub Desktop.
Hello C Application
#include <stdio.h>
int main (void)
{
puts ("Hello from Uber software.");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment