Skip to content

Instantly share code, notes, and snippets.

@yclim95
yclim95 / level0.md
Last active February 12, 2023 15:23
42 Practice Test - Level0

1. Level 0-1

Assignment name  : aff_a
Expected files   : aff_a.c
Allowed functions: write
--------------------------------------------------------------------------------

Write a program that takes a string, and displays the first 'a' character it
encounters in it, followed by a newline. If there are no 'a' characters in the
@yclim95
yclim95 / README.md
Last active April 21, 2022 03:38
C07

Ex00

main.c

/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   main.c                                             :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
@yclim95
yclim95 / CODE.md
Last active April 5, 2025 11:07
C Piscine Rush 01

main.c

/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   main.c                                             :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
/*   By: lyao-che <[email protected]>    +#+  +:+       +#+        */
/*                                                +#+#+#+#+#+   +#+           */
@yclim95
yclim95 / README.md
Last active May 30, 2023 12:05
42KL
@yclim95
yclim95 / README.md
Last active April 9, 2023 11:26
C00

Ex00

main.c

/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   main.c                                             :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
@yclim95
yclim95 / README.md
Last active April 20, 2022 03:25
C05

Ex00

ft_iterative_factorial.c

/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   ft_iterative_factorial.c                           :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
@yclim95
yclim95 / README.md
Last active April 20, 2022 00:09
C06

Ex00

ft_print_program_name.c

/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   ft_print_program_name.c                            :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
@yclim95
yclim95 / README.md
Last active April 21, 2022 09:16
C04

Ex00

main.c

/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   main.c                                             :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
@yclim95
yclim95 / README.md
Last active April 17, 2022 23:19
C03

EX00

main.c

/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   main.c                                             :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
@yclim95
yclim95 / README.md
Last active April 15, 2022 02:03
C02

Ex00

main.c

/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   main.c                                             :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */