We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3985149 commit bcbccf3Copy full SHA for bcbccf3
test.c
@@ -0,0 +1,10 @@
1
+//my first program code in vim.
2
+
3
+#include <iostream>
4
+using namespace std;
5
6
+int main()
7
+{
8
+ cout << "Hello world!" << endl;
9
+ reutrn 0;
10
+}
0 commit comments