Skip to content

This file have various basic programs such as- Print number 101 to 20… #77

This file have various basic programs such as- Print number 101 to 20…

This file have various basic programs such as- Print number 101 to 20… #77

Workflow file for this run

name: C/C++ CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential cmake
- name: Build with make
run: make
- name: Make executable (optional)
run: chmod +x ./foodDel
- name: Run the executable
run: ./foodDel