Skip to content

Code Optimization and Refactoring: Replace System Calls, Improve Efficiency, and Refactor Branching Logic #25

Code Optimization and Refactoring: Replace System Calls, Improve Efficiency, and Refactor Branching Logic

Code Optimization and Refactoring: Replace System Calls, Improve Efficiency, and Refactor Branching Logic #25

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and test with GCC
run: |
g++ -o my_program main.cpp
echo "3" | ./my_program