Skip to content

Instantly share code, notes, and snippets.

View fxnoob's full-sized avatar
🏠
Working from home

Hitesh S. fxnoob

🏠
Working from home
View GitHub Profile
@fxnoob
fxnoob / how-to-prove-it.ipynb
Last active March 8, 2021 10:50
proj/velleman/how-to-prove-it.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

#include <stdio.h>
#include <stdlib.h>
#include "stack.h"
#include "utils.h"
#include "expr.h"
int main(int argc, char const *argv[]) {
char *str;
str = (char *)argv[1];
size_t str_len = strlen(str);