Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jun 12, 2024
1 parent 22dd3fc commit 04b2017
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: CHCP
run: |
chcp 437
- name: Build
run: |
g++ --std=c++17 -o main.exe main.cpp
Expand Down
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "api/jule.hpp"

int main() {
printf("çaça kuşu\n");
jule::outln("çaça kuşu");
return 0;
}

0 comments on commit 04b2017

Please sign in to comment.