From 484822a8da1361d5878c82b0f30eafec1e3bc43e Mon Sep 17 00:00:00 2001 From: Sean Aubin Date: Wed, 8 Mar 2023 13:42:21 -0500 Subject: [PATCH] rename memory allocation 095 -> 096 --- .../{095_memory_allocation.zig => 096_memory_allocation.zig} | 0 .../{095_memory_allocation.patch => 096_memory_allocation.patch} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename exercises/{095_memory_allocation.zig => 096_memory_allocation.zig} (100%) rename patches/patches/{095_memory_allocation.patch => 096_memory_allocation.patch} (100%) diff --git a/exercises/095_memory_allocation.zig b/exercises/096_memory_allocation.zig similarity index 100% rename from exercises/095_memory_allocation.zig rename to exercises/096_memory_allocation.zig diff --git a/patches/patches/095_memory_allocation.patch b/patches/patches/096_memory_allocation.patch similarity index 100% rename from patches/patches/095_memory_allocation.patch rename to patches/patches/096_memory_allocation.patch