Skip to content

Instantly share code, notes, and snippets.

View akhlopiachyi's full-sized avatar

Oleksandr Khlopiachyi akhlopiachyi

View GitHub Profile

Keybase proof

I hereby claim:

  • I am akhlopiachyi on github.
  • I am akhlopiachyi (https://keybase.io/akhlopiachyi) on keybase.
  • I have a public key ASA81pZYaT4x7LlqemZwlNsHcQvheU_pCAXxPKoqBUWgQAo

To claim this, I am signing this object:

EX01
#include <stdlib.h>
#include <stdio.h>
unsigned int my_strlen(char *str)
{
int counter, i;
char symbol;
if(str[0] == '\0')
filler.c
#include "../include/filler.h"
#include <stdio.h>
#include <stdlib.h>
int main()
{
filler_t new_filler;
diff --git a/ex10/src/filler.c b/ex10/src/filler.c
index ca436e0..aa6e39e 100644
--- a/ex10/src/filler.c
+++ b/ex10/src/filler.c
@@ -8,8 +8,8 @@ int main()
filler_t new_filler;
create_filler(&new_filler);
- start_game(&filler);
- destroy_filler(&new_filler);
diff --git a/ex01/ex01.sh b/ex01/ex01.sh
new file mode 100644
index 0000000..4a4fe75
--- /dev/null
+++ b/ex01/ex01.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [[ $# == 0 ]]; then
+ echo "Hello, World!"