mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-05-01 04:34:39 +02:00
ignore idea files
This commit is contained in:
1
gradle/01-hello-muni/build.gradle
Normal file
1
gradle/01-hello-muni/build.gradle
Normal file
@@ -0,0 +1 @@
|
||||
apply plugin: 'cpp-exe'
|
||||
9
gradle/01-hello-muni/src/main/cpp/hellomuni.cpp
Normal file
9
gradle/01-hello-muni/src/main/cpp/hellomuni.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
cout << "Hello FI MUNI!" << endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user