Skip to content

Instantly share code, notes, and snippets.

View i0na-k's full-sized avatar
👩‍💻

i0na-k

👩‍💻
  • Global
View GitHub Profile
#include <cs50.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
int main(int argc, string argv[])
{
if (argc != 2)
return 1;
#include <cs50.h>
#include <stdio.h>
int main (void)
{
int height = 0;
// getting an input from the user
do
{
#include <cs50.h>
#include <stdio.h>
int main (void)
{
int height = 0;
// getting an input from the user
do
{