Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jun 12, 2024
1 parent b2f6573 commit 5b656b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@windows-support

- name: Build JuleC
- name: Build
run: |
.\bin\julec --compiler gcc src\julec
g++ -w --std=c++17 -O0 -o main.exe main.cpp
- name: Build
run: |
.\main.exe
6 changes: 6 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include "api/jule.hpp"

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

0 comments on commit 5b656b2

Please sign in to comment.